var text/template.fmtStringerType
3 uses
text/template (current package)
exec.go#L765: fmtStringerType = reflect.TypeFor[fmt.Stringer]()
exec.go#L1123: if !v.Type().Implements(errorType) && !v.Type().Implements(fmtStringerType) {
exec.go#L1124: if v.CanAddr() && (reflect.PointerTo(v.Type()).Implements(errorType) || reflect.PointerTo(v.Type()).Implements(fmtStringerType)) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)